ComponentOne Data Source for Entity Framework
C1.LiveLinq Namespace / SourceChangeEventArgs<T> Class / GetHashCode Method

In This Topic
    GetHashCode Method (SourceChangeEventArgs<T>)
    In This Topic
    Return a hash code for this instance.
    Syntax
    'Declaration
     
    
    Public Overrides Function GetHashCode() As System.Integer
    public override System.int GetHashCode()

    Return Value

    A 32-bit signed integer hash code.
    See Also